Terminal

Undocumented in source.

Constructors

this
this(arsd.terminal.Terminal* arsdTerminal)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
clearToEndOfLine
void clearToEndOfLine()
Undocumented in source. Be warned that the author may not have intended to support it.
color
void color(Color main, Color secondary)
Undocumented in source. Be warned that the author may not have intended to support it.
cursorY
int cursorY()
Undocumented in source. Be warned that the author may not have intended to support it.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
getline
string getline(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
hideCursor
void hideCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
moveTo
void moveTo(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
showCursor
void showCursor()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeln
void writeln(T args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arsdTerminal
arsd.terminal.Terminal* arsdTerminal;
Undocumented in source.

Meta